'Declaration
Public Function New( _ ByVal currentNodeElement As UABrowseNodeElement, _ ByVal selectionElements As IEnumerable(Of UABrowseNodeElement) _ )
'Usage
Dim currentNodeElement As UABrowseNodeElement Dim selectionElements As IEnumerable(Of UABrowseNodeElement) Dim instance As New UABrowseOutputs(currentNodeElement, selectionElements)
public UABrowseOutputs( UABrowseNodeElement currentNodeElement, IEnumerable<UABrowseNodeElement> selectionElements )
public: UABrowseOutputs( UABrowseNodeElement^ currentNodeElement, IEnumerable<UABrowseNodeElement^>^ selectionElements )
Parameters
- currentNodeElement
The value of this parameter cannot be
null
(Nothing
in Visual Basic).- selectionElements
The value of this parameter cannot be
null
(Nothing
in Visual Basic).